PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutPlacement Enumeration
In This Topic
    PDFStandardLayoutPlacement Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setPlacement method.
    Members
    MemberDescription
    BEFOREPlaced so that the before edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area.
    BLOCKStacked in the block-progression direction within an enclosing reference area or parent.
    ENDPlaced so that the end edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area.
    INLINEPacked in the inline-progression direction.
    STARTPlaced so that the start edge of the element's allocation rectangle coincides with that of the nearest enclosing reference area.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutPlacement

    See Also